<!-- Bill's Switch-->

<PartInfo> 
   <Name>STICK_UP_LEFT_CLICK</Name>
     <MouseRect>
      <Cursor>Hand</Cursor>
      <MouseFlags>LeftSingle+LeftRelease</MouseFlags>
      <CallbackCode>
        (M:Event) 'LeftSingle' scmp 0 == 
                  if{ 1 (>L:STICK_UP_LEFT,enum) }
        (M:Event) 'LeftRelease' scmp 0 == 
                 if{ 0 (>L:STICK_UP_LEFT,enum) }				  
      </CallbackCode>
    </MouseRect>
</PartInfo>

<PartInfo> 
   <Name>STICK_UP_RIGHT_CLICK</Name>
     <MouseRect> 
      <Cursor>Hand</Cursor>
      <MouseFlags>LeftSingle+LeftRelease</MouseFlags>
      <CallbackCode>
        (M:Event) 'LeftSingle' scmp 0 == 
                  if{ 1 (>L:STICK_UP_RIGHT,enum) }
        (M:Event) 'LeftRelease' scmp 0 == 
                  if{ 0 (>L:STICK_UP_RIGHT,enum) }					  
      </CallbackCode>
    </MouseRect>
</PartInfo>

<PartInfo> 
   <Name>STICK_DOWN_CLICK</Name>
     <MouseRect>
      <Cursor>Hand</Cursor>
      <MouseFlags>LeftSingle+LeftRelease</MouseFlags>
      <CallbackCode>
        (M:Event) 'LeftSingle' scmp 0 == 
                  if{ 1 (>L:STICK_DOWN,enum) }
        (M:Event) 'LeftRelease' scmp 0 == 
                  if{ 0 (>L:STICK_DOWN,enum) }					  
      </CallbackCode>
    </MouseRect>
</PartInfo>

<Animation name="STICK_UP_LEFT" guid="A9B58E73-A6D4-4567-3A21-1CFD2B6AEFC3" length="50" type="Sim" typeParam2="STICK_UP_LEFT" typeParam="AutoPlay" />   	
<PartInfo>
  <Name>STICK_UP_LEFT</Name>
   <AnimLength>50</AnimLength> 
    <Animation>
      <Parameter>
        <Code>
		 (L:STICK_UP_LEFT, enum) 50 *		 
		</Code>
      </Parameter>
    </Animation>         
</PartInfo>

<Animation name="STICK_UP_RIGHT" guid="A9B58E73-A6D4-8637-3A21-1CFD2B6AEFC3" length="50" type="Sim" typeParam2="STICK_UP_RIGHT" typeParam="AutoPlay" />   	
<PartInfo>
  <Name>STICK_UP_RIGHT</Name>
   <AnimLength>50</AnimLength> 
    <Animation>
      <Parameter>
        <Code>
          (L:STICK_UP_RIGHT, enum) 50 *
		</Code>
      </Parameter>
    </Animation>
</PartInfo>

<Animation name="STICK_DOWN" guid="A9B58E73-A6D4-6308-3A21-1CFD2B6AEFC3" length="50" type="Sim" typeParam2="STICK_DOWN" typeParam="AutoPlay" />   	
<PartInfo>
  <Name>STICK_DOWN</Name>
   <AnimLength>50</AnimLength> 
    <Animation>
      <Parameter>
        <Code>
          (L:STICK_DOWN, enum) 50 *
		</Code>
      </Parameter>
    </Animation>
</PartInfo>  